←Select platform

ItemAdded Event

Summary

Occurs when an item is added to the collection.

Syntax

C#
VB
C++
public event EventHandler<RasterCollectionEventArgs<T>> ItemAdded 
Public Event ItemAdded As EventHandler(Of RasterCollectionEventArgs(Of T)) 
public: 
event EventHandler<RasterCollectionEventArgs<T^>^>^ ItemAdded 

Event Data

The event handler receives an argument of type RasterCollectionEventArgs<T> containing data related to this event. The following RasterCollectionEventArgs<T> properties provide information specific to this event.

PropertyDescription
Item The object that has been added or removed.
Example

For an example, refer to RasterCollection<T>.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly